1 <Global.Microsoft.VisualBasic.CompilerServices.DesignerGenerated()> _
2 Partial Class frmCompany
3     Inherits System.Windows.Forms.Form
4
5     
'Form overrides dispose to clean up the component list.
6     <System.Diagnostics.DebuggerNonUserCode()> _
7     Protected Overrides Sub Dispose(ByVal disposing As Boolean)
8         Try
9             If disposing AndAlso components IsNot Nothing Then
10                 components.Dispose()
11             End If
12         Finally
13             MyBase.Dispose(disposing)
14         End Try
15     End Sub
16
17     
'Required by the Windows Form Designer
18     Private components As System.ComponentModel.IContainer
19
20     
'NOTE: The following procedure is required by the Windows Form Designer
21     
'It can be modified using the Windows Form Designer.
22     
'Do not modify it using the code editor.
23     <System.Diagnostics.DebuggerStepThrough()> _
24     Private Sub InitializeComponent()
25         Dim DataGridViewCellStyle1 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
26         Dim DataGridViewCellStyle2 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
27         Dim DataGridViewCellStyle3 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
28         Dim DataGridViewCellStyle4 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
29         Dim DataGridViewCellStyle5 As System.Windows.Forms.DataGridViewCellStyle = New System.Windows.Forms.DataGridViewCellStyle()
30         Dim resources As System.ComponentModel.ComponentResourceManager = New System.ComponentModel.ComponentResourceManager(GetType(frmCompany))
31         Me.Panel1 = New System.Windows.Forms.Panel()
32         Me.lblUser = New System.Windows.Forms.Label()
33         Me.txtID = New System.Windows.Forms.TextBox()
34         Me.Panel4 = New System.Windows.Forms.Panel()
35         Me.btnBrowse = New System.Windows.Forms.Button()
36         Me.PictureBox1 = New System.Windows.Forms.PictureBox()
37         Me.txtAddress = New System.Windows.Forms.TextBox()
38         Me.txtCIN = New System.Windows.Forms.TextBox()
39         Me.Label8 = New System.Windows.Forms.Label()
40         Me.Label7 = New System.Windows.Forms.Label()
41         Me.Label6 = New System.Windows.Forms.Label()
42         Me.Label5 = New System.Windows.Forms.Label()
43         Me.txtSTNo = New System.Windows.Forms.TextBox()
44         Me.txtTIN = New System.Windows.Forms.TextBox()
45         Me.txtEmailID = New System.Windows.Forms.TextBox()
46         Me.txtContactNo = New System.Windows.Forms.TextBox()
47         Me.Label4 = New System.Windows.Forms.Label()
48         Me.Label2 = New System.Windows.Forms.Label()
49         Me.Label3 = New System.Windows.Forms.Label()
50         Me.txtCompanyName = New System.Windows.Forms.TextBox()
51         Me.Panel3 = New System.Windows.Forms.Panel()
52         Me.btnDelete = New System.Windows.Forms.Button()
53         Me.btnClose = New System.Windows.Forms.Button()
54         Me.btnUpdate = New System.Windows.Forms.Button()
55         Me.btnSave = New System.Windows.Forms.Button()
56         Me.btnNew = New System.Windows.Forms.Button()
57         Me.dgw = New System.Windows.Forms.DataGridView()
58         Me.Column9 = New System.Windows.Forms.DataGridViewTextBoxColumn()
59         Me.Column1 = New System.Windows.Forms.DataGridViewTextBoxColumn()
60         Me.Column2 = New System.Windows.Forms.DataGridViewTextBoxColumn()
61         Me.Column3 = New System.Windows.Forms.DataGridViewTextBoxColumn()
62         Me.Column4 = New System.Windows.Forms.DataGridViewTextBoxColumn()
63         Me.Column5 = New System.Windows.Forms.DataGridViewTextBoxColumn()
64         Me.Column6 = New System.Windows.Forms.DataGridViewTextBoxColumn()
65         Me.Column7 = New System.Windows.Forms.DataGridViewTextBoxColumn()
66         Me.Column8 = New System.Windows.Forms.DataGridViewImageColumn()
67         Me.Panel2 = New System.Windows.Forms.Panel()
68         Me.Label1 = New System.Windows.Forms.Label()
69         Me.OpenFileDialog1 = New System.Windows.Forms.OpenFileDialog()
70         Me.Panel1.SuspendLayout()
71         Me.Panel4.SuspendLayout()
72         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).BeginInit()
73         Me.Panel3.SuspendLayout()
74         CType(Me.dgw, System.ComponentModel.ISupportInitialize).BeginInit()
75         Me.Panel2.SuspendLayout()
76         Me.SuspendLayout()
77         
'
78         
'Panel1
79         
'
80         Me.Panel1.BackColor = System.Drawing.Color.White
81         Me.Panel1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
82         Me.Panel1.Controls.Add(Me.lblUser)
83         Me.Panel1.Controls.Add(Me.txtID)
84         Me.Panel1.Controls.Add(Me.Panel4)
85         Me.Panel1.Controls.Add(Me.Panel3)
86         Me.Panel1.Controls.Add(Me.dgw)
87         Me.Panel1.Controls.Add(Me.Panel2)
88         Me.Panel1.Location = New System.Drawing.Point(
6, 6)
89         Me.Panel1.Name =
"Panel1"
90         Me.Panel1.Size = New System.Drawing.Size(
748, 357)
91         Me.Panel1.TabIndex =
2
92         
'
93         
'lblUser
94         
'
95         Me.lblUser.AutoSize = True
96         Me.lblUser.Location = New System.Drawing.Point(
670, 233)
97         Me.lblUser.Name =
"lblUser"
98         Me.lblUser.Size = New System.Drawing.Size(
39, 13)
99         Me.lblUser.TabIndex =
5
100         Me.lblUser.Text =
"Label8"
101         Me.lblUser.Visible = False
102         
'
103         
'txtID
104         
'
105         Me.txtID.Location = New System.Drawing.Point(
670, 173)
106         Me.txtID.Name =
"txtID"
107         Me.txtID.Size = New System.Drawing.Size(
68, 20)
108         Me.txtID.TabIndex =
4
109         Me.txtID.Visible = False
110         
'
111         
'Panel4
112         
'
113         Me.Panel4.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
114         Me.Panel4.Controls.Add(Me.btnBrowse)
115         Me.Panel4.Controls.Add(Me.PictureBox1)
116         Me.Panel4.Controls.Add(Me.txtAddress)
117         Me.Panel4.Controls.Add(Me.txtCIN)
118         Me.Panel4.Controls.Add(Me.Label8)
119         Me.Panel4.Controls.Add(Me.Label7)
120         Me.Panel4.Controls.Add(Me.Label6)
121         Me.Panel4.Controls.Add(Me.Label5)
122         Me.Panel4.Controls.Add(Me.txtSTNo)
123         Me.Panel4.Controls.Add(Me.txtTIN)
124         Me.Panel4.Controls.Add(Me.txtEmailID)
125         Me.Panel4.Controls.Add(Me.txtContactNo)
126         Me.Panel4.Controls.Add(Me.Label4)
127         Me.Panel4.Controls.Add(Me.Label2)
128         Me.Panel4.Controls.Add(Me.Label3)
129         Me.Panel4.Controls.Add(Me.txtCompanyName)
130         Me.Panel4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
131         Me.Panel4.Location = New System.Drawing.Point(
9, 140)
132         Me.Panel4.Name =
"Panel4"
133         Me.Panel4.Size = New System.Drawing.Size(
525, 208)
134         Me.Panel4.TabIndex =
0
135         
'
136         
'btnBrowse
137         
'
138         Me.btnBrowse.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
139         Me.btnBrowse.Location = New System.Drawing.Point(
403, 116)
140         Me.btnBrowse.Name =
"btnBrowse"
141         Me.btnBrowse.Size = New System.Drawing.Size(
100, 25)
142         Me.btnBrowse.TabIndex =
7
143         Me.btnBrowse.Text =
"&Browse..."
144         Me.btnBrowse.UseVisualStyleBackColor = True
145         
'
146         
'PictureBox1
147         
'
148         Me.PictureBox1.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
149         Me.PictureBox1.Image = Global.Sales_and_Inventory_System.My.Resources.Resources.Company1
150         Me.PictureBox1.Location = New System.Drawing.Point(
403, 11)
151         Me.PictureBox1.Name =
"PictureBox1"
152         Me.PictureBox1.Size = New System.Drawing.Size(
100, 100)
153         Me.PictureBox1.SizeMode = System.Windows.Forms.PictureBoxSizeMode.StretchImage
154         Me.PictureBox1.TabIndex =
17
155         Me.PictureBox1.TabStop = False
156         
'
157         
'txtAddress
158         
'
159         Me.txtAddress.BackColor = System.Drawing.Color.White
160         Me.txtAddress.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
161         Me.txtAddress.Location = New System.Drawing.Point(
125, 38)
162         Me.txtAddress.Name =
"txtAddress"
163         Me.txtAddress.ScrollBars = System.Windows.Forms.ScrollBars.Both
164         Me.txtAddress.Size = New System.Drawing.Size(
246, 21)
165         Me.txtAddress.TabIndex =
1
166         
'
167         
'txtCIN
168         
'
169         Me.txtCIN.BackColor = System.Drawing.Color.White
170         Me.txtCIN.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
171         Me.txtCIN.Location = New System.Drawing.Point(
125, 174)
172         Me.txtCIN.Name =
"txtCIN"
173         Me.txtCIN.Size = New System.Drawing.Size(
246, 21)
174         Me.txtCIN.TabIndex =
6
175         
'
176         
'Label8
177         
'
178         Me.Label8.AutoSize = True
179         Me.Label8.Location = New System.Drawing.Point(
7, 174)
180         Me.Label8.Name =
"Label8"
181         Me.Label8.Size = New System.Drawing.Size(
33, 15)
182         Me.Label8.TabIndex =
14
183         Me.Label8.Text =
"CIN :"
184         
'
185         
'Label7
186         
'
187         Me.Label7.AutoSize = True
188         Me.Label7.Location = New System.Drawing.Point(
7, 146)
189         Me.Label7.Name =
"Label7"
190         Me.Label7.Size = New System.Drawing.Size(
50, 15)
191         Me.Label7.TabIndex =
13
192         Me.Label7.Text =
"ST No. :"
193         
'
194         
'Label6
195         
'
196         Me.Label6.AutoSize = True
197         Me.Label6.Location = New System.Drawing.Point(
7, 119)
198         Me.Label6.Name =
"Label6"
199         Me.Label6.Size = New System.Drawing.Size(
32, 15)
200         Me.Label6.TabIndex =
12
201         Me.Label6.Text =
"TIN :"
202         
'
203         
'Label5
204         
'
205         Me.Label5.AutoSize = True
206         Me.Label5.Location = New System.Drawing.Point(
7, 92)
207         Me.Label5.Name =
"Label5"
208         Me.Label5.Size = New System.Drawing.Size(
60, 15)
209         Me.Label5.TabIndex =
11
210         Me.Label5.Text =
"Email ID :"
211         
'
212         
'txtSTNo
213         
'
214         Me.txtSTNo.BackColor = System.Drawing.Color.White
215         Me.txtSTNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
216         Me.txtSTNo.Location = New System.Drawing.Point(
125, 146)
217         Me.txtSTNo.Name =
"txtSTNo"
218         Me.txtSTNo.Size = New System.Drawing.Size(
246, 21)
219         Me.txtSTNo.TabIndex =
5
220         
'
221         
'txtTIN
222         
'
223         Me.txtTIN.BackColor = System.Drawing.Color.White
224         Me.txtTIN.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
225         Me.txtTIN.Location = New System.Drawing.Point(
125, 119)
226         Me.txtTIN.Name =
"txtTIN"
227         Me.txtTIN.Size = New System.Drawing.Size(
246, 21)
228         Me.txtTIN.TabIndex =
4
229         
'
230         
'txtEmailID
231         
'
232         Me.txtEmailID.BackColor = System.Drawing.Color.White
233         Me.txtEmailID.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
234         Me.txtEmailID.Location = New System.Drawing.Point(
125, 92)
235         Me.txtEmailID.Name =
"txtEmailID"
236         Me.txtEmailID.Size = New System.Drawing.Size(
246, 21)
237         Me.txtEmailID.TabIndex =
3
238         
'
239         
'txtContactNo
240         
'
241         Me.txtContactNo.BackColor = System.Drawing.Color.White
242         Me.txtContactNo.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
243         Me.txtContactNo.Location = New System.Drawing.Point(
125, 65)
244         Me.txtContactNo.Name =
"txtContactNo"
245         Me.txtContactNo.Size = New System.Drawing.Size(
246, 21)
246         Me.txtContactNo.TabIndex =
2
247         
'
248         
'Label4
249         
'
250         Me.Label4.AutoSize = True
251         Me.Label4.Location = New System.Drawing.Point(
7, 65)
252         Me.Label4.Name =
"Label4"
253         Me.Label4.Size = New System.Drawing.Size(
76, 15)
254         Me.Label4.TabIndex =
6
255         Me.Label4.Text =
"Contact No. :"
256         
'
257         
'Label2
258         
'
259         Me.Label2.AutoSize = True
260         Me.Label2.Location = New System.Drawing.Point(
7, 41)
261         Me.Label2.Name =
"Label2"
262         Me.Label2.Size = New System.Drawing.Size(
57, 15)
263         Me.Label2.TabIndex =
5
264         Me.Label2.Text =
"Address :"
265         
'
266         
'Label3
267         
'
268         Me.Label3.AutoSize = True
269         Me.Label3.Location = New System.Drawing.Point(
7, 14)
270         Me.Label3.Name =
"Label3"
271         Me.Label3.Size = New System.Drawing.Size(
102, 15)
272         Me.Label3.TabIndex =
0
273         Me.Label3.Text =
"Company Name :"
274         
'
275         
'txtCompanyName
276         
'
277         Me.txtCompanyName.BackColor = System.Drawing.Color.White
278         Me.txtCompanyName.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
279         Me.txtCompanyName.Location = New System.Drawing.Point(
125, 11)
280         Me.txtCompanyName.Name =
"txtCompanyName"
281         Me.txtCompanyName.Size = New System.Drawing.Size(
246, 21)
282         Me.txtCompanyName.TabIndex =
0
283         
'
284         
'Panel3
285         
'
286         Me.Panel3.BorderStyle = System.Windows.Forms.BorderStyle.FixedSingle
287         Me.Panel3.Controls.Add(Me.btnDelete)
288         Me.Panel3.Controls.Add(Me.btnClose)
289         Me.Panel3.Controls.Add(Me.btnUpdate)
290         Me.Panel3.Controls.Add(Me.btnSave)
291         Me.Panel3.Controls.Add(Me.btnNew)
292         Me.Panel3.Location = New System.Drawing.Point(
553, 140)
293         Me.Panel3.Name =
"Panel3"
294         Me.Panel3.Size = New System.Drawing.Size(
111, 178)
295         Me.Panel3.TabIndex =
0
296         
'
297         
'btnDelete
298         
'
299         Me.btnDelete.Cursor = System.Windows.Forms.Cursors.Hand
300         Me.btnDelete.FlatStyle = System.Windows.Forms.FlatStyle.Popup
301         Me.btnDelete.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
302         Me.btnDelete.Location = New System.Drawing.Point(
13, 105)
303         Me.btnDelete.Name =
"btnDelete"
304         Me.btnDelete.Size = New System.Drawing.Size(
82, 28)
305         Me.btnDelete.TabIndex =
6
306         Me.btnDelete.Text =
"&Delete"
307         Me.btnDelete.UseVisualStyleBackColor = True
308         
'
309         
'btnClose
310         
'
311         Me.btnClose.Cursor = System.Windows.Forms.Cursors.Hand
312         Me.btnClose.FlatStyle = System.Windows.Forms.FlatStyle.Popup
313         Me.btnClose.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
314         Me.btnClose.Location = New System.Drawing.Point(
13, 137)
315         Me.btnClose.Name =
"btnClose"
316         Me.btnClose.Size = New System.Drawing.Size(
82, 28)
317         Me.btnClose.TabIndex =
4
318         Me.btnClose.Text =
"&Close"
319         Me.btnClose.UseVisualStyleBackColor = True
320         
'
321         
'btnUpdate
322         
'
323         Me.btnUpdate.Cursor = System.Windows.Forms.Cursors.Hand
324         Me.btnUpdate.FlatStyle = System.Windows.Forms.FlatStyle.Popup
325         Me.btnUpdate.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
326         Me.btnUpdate.Location = New System.Drawing.Point(
13, 73)
327         Me.btnUpdate.Name =
"btnUpdate"
328         Me.btnUpdate.Size = New System.Drawing.Size(
82, 28)
329         Me.btnUpdate.TabIndex =
2
330         Me.btnUpdate.Text =
"&Update"
331         Me.btnUpdate.UseVisualStyleBackColor = True
332         
'
333         
'btnSave
334         
'
335         Me.btnSave.Cursor = System.Windows.Forms.Cursors.Hand
336         Me.btnSave.FlatStyle = System.Windows.Forms.FlatStyle.Popup
337         Me.btnSave.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
338         Me.btnSave.Location = New System.Drawing.Point(
13, 41)
339         Me.btnSave.Name =
"btnSave"
340         Me.btnSave.Size = New System.Drawing.Size(
82, 28)
341         Me.btnSave.TabIndex =
1
342         Me.btnSave.Text =
"&Save"
343         Me.btnSave.UseVisualStyleBackColor = True
344         
'
345         
'btnNew
346         
'
347         Me.btnNew.Cursor = System.Windows.Forms.Cursors.Hand
348         Me.btnNew.FlatStyle = System.Windows.Forms.FlatStyle.Popup
349         Me.btnNew.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 9.0!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
350         Me.btnNew.Location = New System.Drawing.Point(
13, 10)
351         Me.btnNew.Name =
"btnNew"
352         Me.btnNew.Size = New System.Drawing.Size(
82, 28)
353         Me.btnNew.TabIndex =
0
354         Me.btnNew.Text =
"&New"
355         Me.btnNew.UseVisualStyleBackColor = True
356         
'
357         
'dgw
358         
'
359         Me.dgw.AllowUserToAddRows = False
360         Me.dgw.AllowUserToDeleteRows = False
361         DataGridViewCellStyle1.BackColor = System.Drawing.Color.FloralWhite
362         Me.dgw.AlternatingRowsDefaultCellStyle = DataGridViewCellStyle1
363         Me.dgw.BackgroundColor = System.Drawing.Color.White
364         Me.dgw.ColumnHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
365         DataGridViewCellStyle2.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleCenter
366         DataGridViewCellStyle2.BackColor = System.Drawing.Color.CadetBlue
367         DataGridViewCellStyle2.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
368         DataGridViewCellStyle2.ForeColor = System.Drawing.Color.Black
369         DataGridViewCellStyle2.SelectionBackColor = System.Drawing.Color.LightSteelBlue
370         DataGridViewCellStyle2.SelectionForeColor = System.Drawing.SystemColors.HighlightText
371         DataGridViewCellStyle2.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
372         Me.dgw.ColumnHeadersDefaultCellStyle = DataGridViewCellStyle2
373         Me.dgw.ColumnHeadersHeight =
24
374         Me.dgw.Columns.AddRange(New System.Windows.Forms.DataGridViewColumn() {Me.Column9, Me.Column1, Me.Column2, Me.Column3, Me.Column4, Me.Column5, Me.Column6, Me.Column7, Me.Column8})
375         Me.dgw.Cursor = System.Windows.Forms.Cursors.Hand
376         DataGridViewCellStyle3.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
377         DataGridViewCellStyle3.BackColor = System.Drawing.SystemColors.Window
378         DataGridViewCellStyle3.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
379         DataGridViewCellStyle3.ForeColor = System.Drawing.SystemColors.ControlText
380         DataGridViewCellStyle3.SelectionBackColor = System.Drawing.SystemColors.Highlight
381         DataGridViewCellStyle3.SelectionForeColor = System.Drawing.SystemColors.HighlightText
382         DataGridViewCellStyle3.WrapMode = System.Windows.Forms.DataGridViewTriState.[False]
383         Me.dgw.DefaultCellStyle = DataGridViewCellStyle3
384         Me.dgw.EnableHeadersVisualStyles = False
385         Me.dgw.GridColor = System.Drawing.Color.White
386         Me.dgw.Location = New System.Drawing.Point(
9, 75)
387         Me.dgw.MultiSelect = False
388         Me.dgw.Name =
"dgw"
389         Me.dgw.ReadOnly = True
390         Me.dgw.RowHeadersBorderStyle = System.Windows.Forms.DataGridViewHeaderBorderStyle.[Single]
391         DataGridViewCellStyle4.Alignment = System.Windows.Forms.DataGridViewContentAlignment.MiddleLeft
392         DataGridViewCellStyle4.BackColor = System.Drawing.Color.CadetBlue
393         DataGridViewCellStyle4.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
394         DataGridViewCellStyle4.ForeColor = System.Drawing.SystemColors.WindowText
395         DataGridViewCellStyle4.SelectionBackColor = System.Drawing.Color.DarkSlateGray
396         DataGridViewCellStyle4.SelectionForeColor = System.Drawing.SystemColors.HighlightText
397         DataGridViewCellStyle4.WrapMode = System.Windows.Forms.DataGridViewTriState.[True]
398         Me.dgw.RowHeadersDefaultCellStyle = DataGridViewCellStyle4
399         Me.dgw.RowHeadersWidth =
25
400         Me.dgw.RowHeadersWidthSizeMode = System.Windows.Forms.DataGridViewRowHeadersWidthSizeMode.DisableResizing
401         DataGridViewCellStyle5.BackColor = System.Drawing.Color.White
402         DataGridViewCellStyle5.Font = New System.Drawing.Font(
"Tahoma", 8.25!, System.Drawing.FontStyle.Regular, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
403         DataGridViewCellStyle5.SelectionBackColor = System.Drawing.Color.DarkSlateGray
404         DataGridViewCellStyle5.SelectionForeColor = System.Drawing.Color.White
405         Me.dgw.RowsDefaultCellStyle = DataGridViewCellStyle5
406         Me.dgw.RowTemplate.Height =
18
407         Me.dgw.RowTemplate.Resizable = System.Windows.Forms.DataGridViewTriState.[False]
408         Me.dgw.ScrollBars = System.Windows.Forms.ScrollBars.Vertical
409         Me.dgw.SelectionMode = System.Windows.Forms.DataGridViewSelectionMode.FullRowSelect
410         Me.dgw.Size = New System.Drawing.Size(
729, 59)
411         Me.dgw.TabIndex =
1
412         
'
413         
'Column9
414         
'
415         Me.Column9.HeaderText =
"ID"
416         Me.Column9.Name =
"Column9"
417         Me.Column9.ReadOnly = True
418         Me.Column9.Visible = False
419         
'
420         
'Column1
421         
'
422         Me.Column1.HeaderText =
"Company Name"
423         Me.Column1.Name =
"Column1"
424         Me.Column1.ReadOnly = True
425         
'
426         
'Column2
427         
'
428         Me.Column2.HeaderText =
"Address"
429         Me.Column2.Name =
"Column2"
430         Me.Column2.ReadOnly = True
431         
'
432         
'Column3
433         
'
434         Me.Column3.HeaderText =
"Contact No."
435         Me.Column3.Name =
"Column3"
436         Me.Column3.ReadOnly = True
437         
'
438         
'Column4
439         
'
440         Me.Column4.HeaderText =
"Email ID"
441         Me.Column4.Name =
"Column4"
442         Me.Column4.ReadOnly = True
443         
'
444         
'Column5
445         
'
446         Me.Column5.HeaderText =
"TIN"
447         Me.Column5.Name =
"Column5"
448         Me.Column5.ReadOnly = True
449         
'
450         
'Column6
451         
'
452         Me.Column6.HeaderText =
"ST No."
453         Me.Column6.Name =
"Column6"
454         Me.Column6.ReadOnly = True
455         
'
456         
'Column7
457         
'
458         Me.Column7.HeaderText =
"CIN"
459         Me.Column7.Name =
"Column7"
460         Me.Column7.ReadOnly = True
461         
'
462         
'Column8
463         
'
464         Me.Column8.HeaderText =
"Logo"
465         Me.Column8.Name =
"Column8"
466         Me.Column8.ReadOnly = True
467         Me.Column8.Visible = False
468         
'
469         
'Panel2
470         
'
471         Me.Panel2.BackColor = System.Drawing.Color.DarkSlateGray
472         Me.Panel2.BackgroundImageLayout = System.Windows.Forms.ImageLayout.Stretch
473         Me.Panel2.Controls.Add(Me.Label1)
474         Me.Panel2.Location = New System.Drawing.Point(
9, 7)
475         Me.Panel2.Name =
"Panel2"
476         Me.Panel2.Size = New System.Drawing.Size(
729, 62)
477         Me.Panel2.TabIndex =
0
478         
'
479         
'Label1
480         
'
481         Me.Label1.AutoSize = True
482         Me.Label1.BackColor = System.Drawing.Color.Transparent
483         Me.Label1.Font = New System.Drawing.Font(
"Microsoft Sans Serif", 14.25!, System.Drawing.FontStyle.Bold, System.Drawing.GraphicsUnit.Point, CType(0, Byte))
484         Me.Label1.ForeColor = System.Drawing.Color.White
485         Me.Label1.Location = New System.Drawing.Point(
284, 18)
486         Me.Label1.Name =
"Label1"
487         Me.Label1.Size = New System.Drawing.Size(
138, 24)
488         Me.Label1.TabIndex =
0
489         Me.Label1.Text =
"Company Info"
490         
'
491         
'OpenFileDialog1
492         
'
493         Me.OpenFileDialog1.FileName =
"OpenFileDialog1"
494         
'
495         
'frmCompany
496         
'
497         Me.AutoScaleDimensions = New System.Drawing.SizeF(
6.0!, 13.0!)
498         Me.AutoScaleMode = System.Windows.Forms.AutoScaleMode.Font
499         Me.BackColor = System.Drawing.Color.DarkSlateGray
500         Me.ClientSize = New System.Drawing.Size(
762, 370)
501         Me.Controls.Add(Me.Panel1)
502         Me.FormBorderStyle = System.Windows.Forms.FormBorderStyle.None
503         Me.Icon = CType(resources.GetObject(
"$this.Icon"), System.Drawing.Icon)
504         Me.MaximizeBox = False
505         Me.MinimizeBox = False
506         Me.Name =
"frmCompany"
507         Me.StartPosition = System.Windows.Forms.FormStartPosition.CenterScreen
508         Me.Panel1.ResumeLayout(False)
509         Me.Panel1.PerformLayout()
510         Me.Panel4.ResumeLayout(False)
511         Me.Panel4.PerformLayout()
512         CType(Me.PictureBox1, System.ComponentModel.ISupportInitialize).EndInit()
513         Me.Panel3.ResumeLayout(False)
514         CType(Me.dgw, System.ComponentModel.ISupportInitialize).EndInit()
515         Me.Panel2.ResumeLayout(False)
516         Me.Panel2.PerformLayout()
517         Me.ResumeLayout(False)
518
519     End Sub
520     Friend WithEvents Panel1 As System.Windows.Forms.Panel
521     Friend WithEvents Panel4 As System.Windows.Forms.Panel
522     Friend WithEvents Label3 As System.Windows.Forms.Label
523     Friend WithEvents txtCompanyName As System.Windows.Forms.TextBox
524     Friend WithEvents Panel3 As System.Windows.Forms.Panel
525     Friend WithEvents btnClose As System.Windows.Forms.Button
526     Friend WithEvents btnUpdate As System.Windows.Forms.Button
527     Friend WithEvents btnSave As System.Windows.Forms.Button
528     Friend WithEvents btnNew As System.Windows.Forms.Button
529     Friend WithEvents dgw As System.Windows.Forms.DataGridView
530     Friend WithEvents Panel2 As System.Windows.Forms.Panel
531     Friend WithEvents Label1 As System.Windows.Forms.Label
532     Friend WithEvents Label7 As System.Windows.Forms.Label
533     Friend WithEvents Label6 As System.Windows.Forms.Label
534     Friend WithEvents Label5 As System.Windows.Forms.Label
535     Friend WithEvents txtSTNo As System.Windows.Forms.TextBox
536     Friend WithEvents txtTIN As System.Windows.Forms.TextBox
537     Friend WithEvents txtEmailID As System.Windows.Forms.TextBox
538     Friend WithEvents txtContactNo As System.Windows.Forms.TextBox
539     Friend WithEvents Label4 As System.Windows.Forms.Label
540     Friend WithEvents Label2 As System.Windows.Forms.Label
541     Friend WithEvents txtID As System.Windows.Forms.TextBox
542     Friend WithEvents lblUser As System.Windows.Forms.Label
543     Public WithEvents btnBrowse As System.Windows.Forms.Button
544     Friend WithEvents PictureBox1 As System.Windows.Forms.PictureBox
545     Friend WithEvents txtAddress As System.Windows.Forms.TextBox
546     Friend WithEvents txtCIN As System.Windows.Forms.TextBox
547     Friend WithEvents Label8 As System.Windows.Forms.Label
548     Friend WithEvents OpenFileDialog1 As System.Windows.Forms.OpenFileDialog
549     Friend WithEvents btnDelete As System.Windows.Forms.Button
550     Friend WithEvents Column9 As System.Windows.Forms.DataGridViewTextBoxColumn
551     Friend WithEvents Column1 As System.Windows.Forms.DataGridViewTextBoxColumn
552     Friend WithEvents Column2 As System.Windows.Forms.DataGridViewTextBoxColumn
553     Friend WithEvents Column3 As System.Windows.Forms.DataGridViewTextBoxColumn
554     Friend WithEvents Column4 As System.Windows.Forms.DataGridViewTextBoxColumn
555     Friend WithEvents Column5 As System.Windows.Forms.DataGridViewTextBoxColumn
556     Friend WithEvents Column6 As System.Windows.Forms.DataGridViewTextBoxColumn
557     Friend WithEvents Column7 As System.Windows.Forms.DataGridViewTextBoxColumn
558     Friend WithEvents Column8 As System.Windows.Forms.DataGridViewImageColumn
559
560 End Class


Gõ tìm kiếm nhanh...